Search Results
Can some one please tell me how to save car mods using Dini?
94
Quote: Originally Posted by Grim_ Assuming you're using strtok.. pawn Код: tmp = strtok(cmdtext, idx); Put that right before: pawn Код: if(!strlen(tmp)) It works thanks you sex...
147
Quote: Originally Posted by Baked-Banana Obviously the problem is where you defined tmp, not in the command. well where should I put it?
147
pawn Код: if(strcmp(cmd, "/bite", true) ==0)    {        if(team[playerid] != 2)        {        SendClientMessage(playerid, COLOR_YELLOW, "You dont want to bite people, you are Huma...
147
pawn Код: if(strcmp(cmd, "/bite", true) ==0)    {        if(team[playerid] != 2)        {        SendClientMessage(playerid, COLOR_YELLOW, "You dont want to bite people, you are Huma...
60
Quote: Originally Posted by luigifan9 Well what part do you know so far? Don't worry I got it thanks anyways guys -_-.
224
can anyone tell me where to find a similar command or something that is similar to this? /givematerials command or /sellmaterials something like that.
224
pawn Код: /enterif (PlayerToPoint(3.0, playerid,1480.9843,-1772.3068,18.7958))            {              SetPlayerInterior(playerid,3);                SetPlayerPos(playerid,38...
115
pawn Код: if(strcmp(cmd, "/enter", true) == 0)    {     if(IsPlayerConnected(playerid))        {            if (PlayerToPoint(3.0, playerid,1480.9843,-1772.3068,18.7958))       ...
115
Quote: Originally Posted by Bcklup Hmmm... You could create a checkpoint and add like a "onintmarker[playerid]=1;" in OnPlayerEnterCheckpoint and a "onintmarker[playerid]=0;" in OnPlayerE...
217
Quote: Originally Posted by _❼_ Try this link. Um I did already douche and ya couldn't find anything.
217
Quote: Originally Posted by [___ PotH3Ad ] Quote: Originally Posted by kujox32 http://forum.sa-mp.com/index.php?topic=171553.0 Is that the problem then pot? Код: error 017...
201
know where I can find a simple /enter /exit system or tut? For buildings/houses or course.
217
Quote: Originally Posted by Killa_ pawn Код: PlayerInfo[killerid][pKills]++;  SetPlayerScore(killerid, PlayerInfo[killerid][pKills]);  GivePlayerMoney(killerid,3000);  PlayerInfo[pl...
119
Didn't work. This is my Stats system could anything in here be the problem? pawn Код: public ShowStats(playerid,targetid){  if(IsPlayerConnected(playerid)&&IsPlayerConnected(targetid)) ...
119
pawn Код: new kills = PlayerInfo[playerid][pKills];  SetPlayerScore(playerid, kills);  new Float:Health;  GetPlayerHealth(playerid, Health);  if(Health == 0.0)  {   PlayerInfo[playerid][pDe...
119
http://forum.sa-mp.com/index.php?topic=171553.0 Is that the problem then pot? Код: error 017: undefined symbol "SetPVarInt" error 017: undefined symbol "GetPVarInt"
201
cause this problem within the gamemode to make everyone lag like this? It saves the accounts as .txt btw. Could that be the problem? http://www.xfire.com/video/2a0575/
123
Quote: Originally Posted by WESTre You didn't open the file of the player. Assuming you use the .ini extension, use this. pawn Код: new name[MAX_PLAYER_NAME];format(file, sizeof(file)...
201