Search Results
How come this isn't showing the checkpoint? It displays the message but not the checkpoint. pawn Код: command(sweep, playerid, params[]){    new vid = GetPlayerVehicleID(playerid);    if(vid ...
58
I don't like dialogs. I want to make it like: /weapon store [weapon name]. I have the storage system, just not the weapon name kind of thing.
40
How can I do such a thing?: If I have a command in my script EG: /weapon And I want to do this: /weapon dese It will complete the name of Desert Eagle from just that partial text? Thanks.
40
How come this is not removing the nametag for a player? pawn Код: for(new i = 0; i < MAX_PLAYERS; i++){    ShowPlayerNameTagForPlayer(playerid, i, false);} When I'm in the server, the namet...
37
Quote: Originally Posted by Antonioh Joel Maybe you Went somewhere and it's bugged? Turn off your hacks? if not working Make another account It's not that.. I don't have any hacks, I ...
97
When they login. All the other login positions work but that one. Although it is loading correctly. EDIT: pawn Код: Float:fSpawnPosX[4],    Float:fSpawnPosY[4],    Float:fSpawnPosZ[4],   ...
97
Still no. What's the problem?
97
When I login to my server, with the correct info; it comes up with: STAY WITHIN THE WORLD BOUNDARIES and my screen goes weird. Although, the spawn positions are set to be correct. What's the issue...
97
pawn Код: if(Player[playerid][FacSpawn] == 1)        {            SetSpawnInfo(playerid, 0, Player[playerid][Clothes1], Factions[Player[playerid][Faction]][fSpawnPosX][1], Factions[Playe...
77
I have a problem inside my enum. I have this: pawn Код: fSpawnName[4][24] I want it to be used like this: fSpawnName[SPAWNID][MAX LENGTH] but I get this error: Код: error 001: expected t...
44
That wouldn't find the players that are also containing the same name though?
92
As the title says, the following command is supposed to show a list of players with the name containing what was typed. EG: If I type in game: /id jam It should appear as (If there are 3 people onli...
92
Spend some time with my son and girl, also friends and family.
193
For some reason, this doesn't work: pawn Код: SetPlayerSkillLevel(playerid, 0, Player[playerid][SkillLevel]);    SetPlayerSkillLevel(playerid, 1, Player[playerid][SkillLevel]);    SetPlayerSk...
55
It has done so up until I created this command: pawn Code: command(contract, playerid, params[]){    new name[24], price, string[128], query[128];    if(sscanf(params, "s[24]i", name, price))ret...
68