03.03.2011, 22:17
This is the Error
C:\Users\Tyler Burgess\Documents\SA Servers\Own coded\gamemodes\GOING GOOD 2.pwn(394) : error 035: argument type mismatch (argument 2)
C:\Users\Tyler Burgess\Documents\SA Servers\Own coded\gamemodes\GOING GOOD 2.pwn(399) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
This is the script, i cant se nothing? is it just something silly?
C:\Users\Tyler Burgess\Documents\SA Servers\Own coded\gamemodes\GOING GOOD 2.pwn(394) : error 035: argument type mismatch (argument 2)
C:\Users\Tyler Burgess\Documents\SA Servers\Own coded\gamemodes\GOING GOOD 2.pwn(399) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
This is the script, i cant se nothing? is it just something silly?
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == Binco){
GameTextForPlayer(playerid, COLOR_YELLOW, "/enter to enter the building");
}
if(pickupid == CarRent){
GameTextForPlayer(playerid, COLOR_YELLOW, "/rentcar to rent out a car for $500");
}
return 1;
}