13.03.2013, 17:29
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
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