How to create???
#1

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
Reply
#2

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;
}
Reply
#3

19 errors
Reply
#4

post errors
Reply
#5

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

save it or hit compile ( F5 )
Reply
#7

no whats the first for start objectS
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)