29.04.2014, 19:34
Aqui amigo:
OBS: Se der 26 erros tire uma "}".
pawn Code:
public OnPlayerEnterCheckpoint(playerid)
{
new checknome = CPS_GetPlayerCheckpoint(playerid);
if(checknome == Conv_P_1)
{
SetPlayerVirtualWorld(playerid, 10);
SetPlayerInterior(playerid, 17);
return 1;
}
}

