05.10.2017, 19:52
Quote:
What is the purpose of declaring the variable "drugs"? Why do you want to use that? It pops up as an error because you don't assign a value to it.
|
EDIT: I'm looking at Talha's Drug Tutorial, and i think this will work.
Код:
if(drugs > PlayerInfo[playerid][pDrugs]) return SendClientMessage(playerid,COLOR_RED,"You dont have that much drugs.");