SA-MP Forums Archive
How to create??? - 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)
+--- Thread: How to create??? (/showthread.php?tid=327252)



How to create??? - [FoR]EveR - 20.03.2012

Hi all please say me how can i change when anyone player connect in any trucker server know this Player (name) (id) Joined in ....r How can i change to Player (name)(id) Joined in International Trucking


Re: How to create??? - antonio112 - 20.03.2012

pawn Код:
public OnPlayerConnect(playerid)
{
    new str[64], pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
    format(str,sizeof str,"%s (%i) has joined International Trucking!",pName, playerid);
    SendClientMessageToAll(-1, str);
    return 1;
}



Re: How to create??? - [FoR]EveR - 20.03.2012

19 errors


AW: How to create??? - Tigerkiller - 20.03.2012

post errors


Re: How to create??? - [FoR]EveR - 20.03.2012

Can anyone say me i have objects for map but when i start new pawn code whats the first for can comile


AW: How to create??? - Tigerkiller - 20.03.2012

save it or hit compile ( F5 )


Re: How to create??? - [FoR]EveR - 20.03.2012

no whats the first for start objectS