SA-MP Forums Archive
[FIXED] Thx Klutty - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [FIXED] Thx Klutty (/showthread.php?tid=79748)



[FIXED] Thx Klutty - gpclan - 30.05.2009

FIXED


Re: i got a prob and need help! - Klutty - 30.05.2009

Use a string.

pawn Код:
new string[128];
new playername[MAX_PLAYER_NAME];
GetPlayerName(playerid,playername,sizeof(playername));
format(string, sizeof(string), "%s has breaked in!",playername);
SendClientMessageToAll(0xFFFAAA,string);



Re: i got a prob and need help! - gpclan - 30.05.2009

C:\Users\emergency account\Desktop\new server\gamemodes\aliens5.pwn(405) : warning 217: loose indentation
C:\Users\emergency account\Desktop\new server\gamemodes\aliens5.pwn(415) : warning 217: loose indentation


Re: [FIXED] Thx Klutty - Klutty - 30.05.2009

Those are just warnings, either ignore or press TAB twice at every line