what is the problem?
#9

pawn Код:
public OnPlayerRequestClass(playerid, classid)
 {
 SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
 SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
 SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
To--
pawn Код:
public OnPlayerRequestClass(playerid, classid)
 {
 SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
 SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
 SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
 return 1;
 }
( Thx Jimmy )

pawn Код:
if(classid == 0)
 {
 gTeam[playerid] = GROVE_STREET;
 }
-- To

pawn Код:
if(classid == 0)
 {
 gTeam[playerid] = GROVE;
 }
Reply


Messages In This Thread
what is the problem? - by Er@x3r - 11.07.2013, 20:11
Respuesta: what is the problem? - by Parka - 11.07.2013, 20:19
Re: what is the problem? - by Rohlik - 11.07.2013, 20:20
Re: what is the problem? - by JimmyCh - 11.07.2013, 20:24
Re: what is the problem? - by Er@x3r - 11.07.2013, 20:24
Re: what is the problem? - by Darnell - 11.07.2013, 20:28
Re: what is the problem? - by Konstantinos - 11.07.2013, 20:29
Re: what is the problem? - by thefatshizms - 11.07.2013, 20:29
Re: what is the problem? - by Rohlik - 11.07.2013, 20:30
Re: what is the problem? - by JimmyCh - 11.07.2013, 20:33

Forum Jump:


Users browsing this thread: 1 Guest(s)