23.11.2009, 07:53
Hi, i make gps, down is code
Problem become when i want to join server, i can login becouse on screen is message TO TURN IT OFF TYPE /GPSOFF, the message is on screen is show right after message YOU ARE REGISTER ACCOUNT, PLEASE LOGIN WITH /login password.
its imposibile to log in, how to fix this problem, i want to message TO TURN IT OFF TYPE /GPSOFF show to players when he tyrn on gps :S
Код:
if (strcmp(cmdtext, "/gps pd", true)==0)
{
SetPlayerCheckpoint(playerid,1544.856,-1675.155,13.220,5);
SendClientMessage(playerid, COLOR_GREEN, "GPS OF", 5000, 1);
SendClientMessage(playerid, COLOR_GREEN, "TO TURN IT OFF TYPE /GPSOFF", 5000, 1);
return 1;
}
if (strcmp(cmdtext, "/gps bank", true)==0)
{
SetPlayerCheckpoint(playerid,1460.397,-1023.262,23.493,5);
SendClientMessage(playerid, COLOR_GREEN, "GPS ON", 5000, 1);
SendClientMessage(playerid, COLOR_GREEN, "TO TURN IT OFF TYPE /GPSOFF", 5000, 1);
return 1;
}
its imposibile to log in, how to fix this problem, i want to message TO TURN IT OFF TYPE /GPSOFF show to players when he tyrn on gps :S



)