Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: sherwin688 on March 13, 2014, 04:39:23 pm
-
Hey i need a command like !rules !forum
-
stop asking about simple cmds
learn them from gups
COdes
else if(strcmp(cmd,"!forum", true) == 0) {
SendClientMessageToAll(COLOR_RED," Your Forum ");
return 1;
}
else if(strcmp(cmd,"!rules", true) == 0) {
SendClientMessageToAll(COLOR_RED," Your Rules ");
return 1;
}
Dont Ask To Where To Post!!
-
Where to paste these?
-
C:\ROCKSTAR GAMES\GTA\gamemodes\GUPS1.16.pwn(2043) : error 035: argument type mismatch (argument 2) what is this error >> SendClientMessageToAll(playerid,COLOR_GREY," Your Forum ")
-
C:\ROCKSTAR GAMES\GTA\gamemodes\GUPS1.16.pwn(2043) : error 035: argument type mismatch (argument 2) what is this error >> SendClientMessageToAll(playerid,COLOR_GREY," Your Forum ")
Remove playerid,
then complie!
Where to paste these?
stop doing Stupid Things and flooding the forum!
-
Thnx