28.08.2010, 08:08
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
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