Posts: 106
Threads: 30
Joined: Jun 2013
All the gamemodes I tried yet, the /setlevel (my id) (level) command didn't worked
it just told my Usage: /setlevel id level
ALL the Gamemodes!
Is it maybe because I need an extra plugin or something?
Help pls.
Posts: 728
Threads: 109
Joined: May 2015
Reputation:
0
Maybe you use the wrong cmd,give us the cmd
Posts: 106
Threads: 30
Joined: Jun 2013
Код HTML:
<cmd: /setlevel (playerid, setvip, (0)>
new str[110];
switch(pLang[i])
if (playerid, Color_White)
lientMessage(playerid, COLOR_PINK, "[AVISO]: Estбs en una juerga de 20 captura! +6XP");
new MessageStr2[170];
format(MessageStr2,sizeof MessageStr2,"[ITS]: Team %s has captured {B700FF}%s", TeamName(playerid), ZName(zoneidd));
return SendClientMessage(i, COLOR_SPRINGGREEN, MessageStr2);
SetPlayerScore(i, GetPlayerScore(i)+1);
GivePlayerWeapon, (playerid, 36, 5000)
return 1;
Posts: 293
Threads: 29
Joined: May 2015
Reputation:
0
Do you have compiled your script ?
Posts: 106
Threads: 30
Joined: Jun 2013
Yes I have successfully compiled it, still the save problem :/
All my cmds are that way.
Posts: 3,934
Threads: 353
Joined: Jan 2010
Reputation:
0
In all my years of scripting, I've never seen that type of command. What command processor do you use?
Posts: 106
Threads: 30
Joined: Jun 2013
Quote:
Originally Posted by Luis-
In all my years of scripting, I've never seen that type of command. What command processor do you use?
|
idk, but I never used other commands,
they worked well, but idk why they are bugging now.