Posts: 702
Threads: 94
Joined: Dec 2010
Reputation:
0
1. show line 868,870,872,878,886,972
2. delete new pName from line 977.
3. delete playername from line 1320
Posts: 845
Threads: 123
Joined: Dec 2011
Reputation:
0
EDIT: Forgot it ill edit this when I done the lines
Posts: 845
Threads: 123
Joined: Dec 2011
Reputation:
0
Line 868:
freq[playerid] = 1111;
Line 870:
GetPlayerName(playerid, playername, sizeof(playername));
Line 872:
format(msg, sizeof(msg), "Welcome %s. Your ID is: %d.", playername, playerid);
Line:878:
GetPlayerName(playerid, pName, 30);
Line 886:
RemoveBuildingForPlayer(playerid, 3664, 1388.0078, -2494.2656, 19.2813, 0.25);
Line 872:
}
Posts: 702
Threads: 94
Joined: Dec 2010
Reputation:
0
do you have some stocks/macros for RemoveBuildingForPlayer,GetPlayerName?
could you paste the code around the lines i asked you to show?
Posts: 702
Threads: 94
Joined: Dec 2010
Reputation:
0
nono i mean the lines around them like for liek 870 show code from 865 to 875?