/dropcar help
#1

can someone help me make a /dropcar system for my server? i tried but it never worked
Код:
     if(strcmp(cmdtext, "/dropcar", true) == 0)
     {
          SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}SERVER: Drop The Car Off At The Checkpoint!");
          SetPlayerCheckpoint(playerid, 115,2699.4993,-2226.0491,13.5501,92.7102);
          return 1;
     }
     public OnPlayerEnterCheckpoint(playerid);
     {
          GivePlayerMoney(playerid, 5000);
          DisablePlayerCheckpoint(playerid);
          SendClientMessage(playerid,0xFFFF00AA, "You Have Earned $5000 For Exporting The Car!");
          return 1;
     }
error(s):
Код:
C:\Documents and Settings\Owner\Desktop\Samp Stuff 2\my scripting\The Server\gamemodes\LS_DM.pwn(261) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Owner\Desktop\Samp Stuff 2\my scripting\The Server\gamemodes\LS_DM.pwn(264) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Owner\Desktop\Samp Stuff 2\my scripting\The Server\gamemodes\LS_DM.pwn(271) : warning 225: unreachable code
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#2

plz give me the errors of line
Reply
#3

i dont know what line there on
Reply
#4

PHP код:
if(strcmp(cmdtext"/dropcar"true) == 0)
     {
          
SendClientMessage(playerid0xFFFFFFFF"{FF0000}SERVER: Drop The Car Off At The Checkpoint!");
          
SetPlayerCheckpoint(playerid115,2699.4993,-2226.0491,13.5501,92.7102);
          return 
1;
     }
     public 
OnPlayerEnterCheckpoint(playerid);
     {
          
GivePlayerMoney(playerid5000);
          
DisablePlayerCheckpoint(playerid);
          
SendClientMessage(playerid,0xFFFF00AA"You Have Earned $5000 For Exporting The Car!");
          return 
1;
     } 
The error is in the
PHP код:
          SetPlayerCheckpoint(playerid115,2699.4993,-2226.0491,13.5501,92.7102); 
see this
https://sampwiki.blast.hk/wiki/Function:SetPlayerCheckpoint
you must
PHP код:
(playeridFloat:xFloat:yFloat:zFloat:size
you have PlayerID but for what is
PHP код:
115 
?
remove 115 and Ready

Please Rep
Reply
#5

thanks i did it but i still get this error
Код:
C:\Documents and Settings\Owner\Desktop\Samp Stuff 2\my scripting\The Server\gamemodes\LS_DM.pwn(264) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Owner\Desktop\Samp Stuff 2\my scripting\The Server\gamemodes\LS_DM.pwn(271) : warning 225: unreachable code
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)