need help
#1

C:\Users\Onno\Documents\da\gamemodes\saa.pwn(136) : error 010: invalid function or declaration
C:\Users\Onno\Documents\da\gamemodes\saa.pwn(141) : error 010: invalid function or declaration
C:\Users\Onno\Documents\da\gamemodes\saa.pwn(143) : error 010: invalid function or declaration
C:\Users\Onno\Documents\da\gamemodes\saa.pwn(145) : error 010: invalid function or declaration
C:\Users\Onno\Documents\da\gamemodes\saa.pwn(150) : error 010: invalid function or declaration
C:\Users\Onno\Documents\da\gamemodes\saa.pwn(152) : error 010: invalid function or declaration
C:\Users\Onno\Documents\da\gamemodes\saa.pwn(157) : error 010: invalid function or declaration

Код:

136if(strcmp("/rules", cmdtext, true, 6) == 0)
  {
    SendClientMessage(playerid, 0xFF6600AA, "1.No Spam 2.No Racism 3.No Flood");
		SendClientMessage(playerid, 0xFF6600AA, "4.No Cheats 5.No hacks 6.No teleporting to airports of other gangs.");
		SendClientMessage(playerid, 0xFF6600AA, "If you follow these 6 very simple rules, you will don't have any problems.");
141return 1;
}
143  return 0;
  }
145if(strcmp("/lvair", cmdtext, true, 6) == 0)
  {
    SendClientMessage(playerid, 0xFF6600AA, "San Fierro Airport");
    SetPlayerPos(playerid, -1258.4958,30.7050,14.1484);
    SetPlayerInterior(playerid, 0);
150return 0;
}
152if(strcmp("/lsair", cmdtext, true, 6) == 0)
  {
    SendClientMessage(playerid, 0xFF6600AA, "San Fierro Airport");
    SetPlayerPos(playerid, 1381.1477,-2429.3738,13.5547);
    SetPlayerInterior(playerid, 0);
157return 0;
}
im getting sick about these commands
Reply


Messages In This Thread
need help - by PANNA - 17.10.2009, 20:00
Re: need help - by dice7 - 17.10.2009, 22:21
Re: need help - by PANNA - 18.10.2009, 10:09
Re: need help - by saiberfun - 18.10.2009, 10:16
Re: need help - by PANNA - 18.10.2009, 10:19
Re: need help - by Correlli - 18.10.2009, 10:51

Forum Jump:


Users browsing this thread: 1 Guest(s)