2 errors
#1

i have 2 errors:

PHP код:
C:\Users\shalev\Desktop\ъйчйд згщд (2)\ъйчйд згщд\gamemodes\HRP_9.0.pwn(61289) : error 017undefined symbol "playerid"
C:\Users\shalev\Desktop\ъйчйд згщд (2)\ъйчйд згщд\gamemodes\HRP_9.0.pwn(61293) : error 010invalid function or declaration
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
2 Errors

Lines:

PHP код:
stock GivePlayerCash(playeridmoney)
{
    
SetPVarInt(playerid"Cash"GetPVarInt(playerid"Cash")+money);
    
GivePlayerMoney(playeridmoney);
    return 
1;

Reply
#2

In that code there are no errors, show the correct code to be able to help him.
Reply
#3

Are you sure this is line 61289 ?
Reply
#4

Quote:
Originally Posted by xVIP3Rx
Посмотреть сообщение
Are you sure this is line 61289 ?
Ofcourse there's an GivePlayerMoney, but you might want to create a stock to set the PlayerInfo money up aswell, and have an anti-cheating system.
Reply
#5

nvm fixed it thank you guyss
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)