iwant places id

Started by Spidey, Nov 02, 2015, 05:02 AM

Previous topic - Next topic

KAKAN

Try to find out the bug.
THe Syntax for messageplayer is:-
MessagePlayer( string Message, instance player )
oh no

Spidey

plzzzzzzzzzzzzz help me
gta vc and san are my favourite games

Spidey

gta vc and san are my favourite games

MacTavish

Use it like this MessagePlayer("Gandu dimag kharab mat kr",spidey);

else if ( cmd == "forum" )   MessagePlayer( "Forum :http://sfs.smfnew2.com",player );

Grand Hunting Project
Join #SLC, #KAKAN, #Doom, #GHP @LUnet

Retired VC:MP Player/Scripter :P

rulk

We are all god's children.

Xmair

WHY YOU DON'T USE YOUR BRAIN? MESSAGEPLAYER("FORUM :"SMFKSDLKDSOFDOFLSD" ); WHAT WILL IT MESSAGE TO? WHAT IS MESSAGEPLAYER USED FOR THEN?

Credits to Boystang!

VU Full Member | VCDC 6 Coordinator & Scripter | EG A/D Contributor | Developer of VCCNR | Developer of KTB | Ex-Scripter of EAD

Spidey

another

else if ( cmd == "cash" )   MessagePlayer( plr.Name + "'s Cash :[ " + stats[ plr.ID ].cash + .bank + " ] ", player );
gta vc and san are my favourite games

KAKAN

Where is the " " sign near the bank thing?
oh no

Cool

#38
Quote from: Spidey on Nov 03, 2015, 01:31 PManother

else if ( cmd == "cash" )   MessagePlayer( plr.Name + "'s Cash :[ " + stats[ plr.ID ].cash + .bank + " ] ", player );
Lol i think i am big fool and noob but today i know that i am small you are big fool and noob :P
else if ( cmd == "cash" )
  {
          MessagePlayer( player.Name + "'s Balance:[ " + status[ plr.ID ].Cash + " ]", player );
  }
 

DizzasTeR

I'm laughing my a$$ off at you people ( @KAKAN, @Kusanagi, @rulk, @Xmair and a few others at page 1 ) Sorry for this but I just can't stop laughing. This guy Spidey yes, a 5 year old kid, who is screwing up a code intentionally and by that I mean he is breaking working code and then posting it here one by one every time for everyone of you to look and post a fix one for him.

As a good friend perhaps, take my advice, leave this person, let him do whatever the f* he wants, do not respond to his topics, Do not respond to him at all!. That is the only way when Thijn or any Dev is going to get fed up and finally do the thing which is supposed to be done already.

~ Regards

Spidey

plzzzzzzzzzzzzzzz fix this just its last prob


Loaded plugin: squirrel04rel32

Loaded plugin: xmlconf04rel32

Loaded plugin: sockets04rel32

Loaded plugin: hashing04rel32

Loaded plugin: announce_verbose

[MODULE]  Loaded SqVCMP 0.4 frontend by Stormeus. (v1.0)
scripts/main.nut line = (745) column = (2) : error expression expected
[WARNING] Could not load script 'scripts/main.nut'
[WARNING] expression expected
[ERROR]   No Squirrel gamemode was specified.


line is this

function createpickups(){
CreatePickup(432, Vector( 390.96, -506.26, 9.39 ));
CreatePickup(410, Vector( 204.29, -490.98, 11.06 ));
CreatePickup(410, Vector(-854.526, -631.75, 11.3756 ));
CreatePickup(410, Vector(-688.706, -1262.49, 16.3473 ));
CreatePickup(410, Vector(-665.025, -1484.42, 13.8016 ));
CreatePickup(410, Vector(-885.324, -469.998, 13.1111 ));
CreatePickup(410, Vector(-847.002, -71.6495, 11.5405 ));
CreatePickup(410, Vector(-1079.64, -275.416, 12.0882 ));
CreatePickup(410, Vector(-1036.4 81.2033, 11.6515 ));
CreatePickup(410, Vector(-992.73, 200.392, 15.2213 ));
CreatePickup(410, Vector(-830.158, 741.534, 11.2885 ));
CreatePickup(410, Vector(-906.182, 799.715, 11.4546 ));
CreatePickup(410, Vector(-854.047, 85 11.3846 ));
CreatePickup(410, Vector(-754.53, 1342.74, 11.767 ));
CreatePickup(410, Vector(472.16, 1009.2, 19.1493 ));
CreatePickup(410, Vector(423.496, 1039.0 18.9648 ));
CreatePickup(410, Vector(364.464, 1075.12, 19.0649 ));
CreatePickup(410, Vector(470.443, 1208.18, 19.0094 ));
CreateObject(410, Vector(394.757, -504.813, 9.39561),255)
}
gta vc and san are my favourite games

Thijn

Locked.
If I see you making other topics asking about basic syntax errors I'm going to remove it without warning.
The error gives you a line number and even the column position (Which is the position counted from the left, if you didn't know...), how easy can an error be?
If you keep getting these errors and you can't seem to fix it yourself you should stick to playing and never touch a programming language again unless your brain has developed a bit.