Please help me :) Plz
#1

Hello Everyone,
I need your help can u help me ?

stock Getsms(playerid,ammount)
{
SetPVarInt(playerid, "SMSPoint", GetPVarInt(playerid, "SMSPoint") -=ammount);
return 1;
}

stock Givesms(playerid,ammount)
{
SetPVarInt(playerid, "SMSPoint", GetPVarInt(playerid, "SMSPoint") +=ammount);
return 1;
}

ty so much
Reply
#2

pawn Код:
stock Getsms(playerid)
{
return GetPVarInt(playerid, "SMSPoint");
}

stock Givesms(playerid,ammount)
{
SetPVarInt(playerid, "SMSPoint", GetPVarInt(playerid, "SMSPoint") +ammount);
return 1;
}
Reply
#3

+rep ty
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)