Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: sherwin688 on March 13, 2014, 04:39:23 pm

Title: Hey i need a command like !rules
Post by: sherwin688 on March 13, 2014, 04:39:23 pm
Hey i need a command like !rules !forum
Title: Re: Hey i need a command like !rules
Post by: mrockxkingbutt on March 13, 2014, 05:14:05 pm
stop asking about simple cmds

learn them from gups


COdes

Code: [Select]
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!!
Title: Re: Hey i need a command like !rules
Post by: sherwin688 on March 13, 2014, 06:16:55 pm
Where to paste these?
Title: Re: Hey i need a command like !rules
Post by: sherwin688 on March 13, 2014, 06:26:40 pm
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 ")
Title: Re: Hey i need a command like !rules
Post by: mrockxkingbutt on March 13, 2014, 07:26:44 pm
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!
Title: Re: Hey i need a command like !rules
Post by: sherwin688 on March 13, 2014, 07:47:23 pm
Thnx