Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: VicePlayer on February 22, 2012, 07:08:39 am

Title: Pawn Warning
Post by: VicePlayer on February 22, 2012, 07:08:39 am
Hello I Have Added A Spawning message when player spawns but it gives me warnings

Spawning message:

(http://i39.tinypic.com/15d83o9.png)

Spawning Message Warning:

(http://i43.tinypic.com/r94gv4.png)


Any Help From Any Side? I Am Using Gups

Thanks
Title: Re: Pawn Warning
Post by: heekz.shadow on February 22, 2012, 08:54:29 am
lol...

Remember, this doesn't work like Squirrel or mIRC ( thanks god ).


You have to do the following

[pawn]new l[49]; format(l,49,"-->%s has spawned",gPlayers[playerid] );
SendClientMessageToAll(GREEN,l);[/pawn]

you have a lot to learn