how to
#1

how to add one point with this

if(!strcmp("/1punto",cmdtext,true))
{
PlayerInfo[playerid][pPuntiSpeciali] = 1;
return 1;
}


becouse if i put =1 this make 1 and null the old points

PlayerInfo[playerid][pPuntiSpeciali] + 1; i fi make this i get null warning


how to add one point and no sovvrascrive the last ? plz help
Reply
#2

PlayerInfo[playerid][pPuntiSpeciali] ++;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)