Search Results
have you made in 'new' function at the top of the script?
156
ah so with the teams, alright, thank you
73
Код: public OnPlayerText(playerid, text[]) { new chat[200], name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); format(chat, sizeof(chat), "%s (%d): {009900}%s", name, ...
73
Thank you, x337, you are the best. P.S: I still remember you. And, thanks all of you, too! I guess you were right, we always make mistakes because of brackets or some not-placing the texts such as ...
101
But.. I don't want to have warnings, there should be a way to fix this.
101
I want to make a dialog MSG box with credits; It says this warning: Код: C:\Users\Aleksa\Desktop\SAMP server [NEW]\gamemodes\gm.pwn(2789) : warning 202: number of arguments does not match definiti...
101
C:\Users\Aleksa\Desktop\SAMP server\gamemodes\gm.pwn(2302) : error 010: invalid function or declaration C:\Users\Aleksa\Desktop\SAMP server\gamemodes\gm.pwn(2304) : error 010: invalid function or decl...
117
Sure Код: public OnPlayerDeath(playerid, killerid, reason) { SendDeathMessage(killerid,playerid,reason); if(IsPlayerConnected(killerid) && killerid != INVALID_PLAYER_ID ) { //check if ...
117
Код: [debug] Run time error 4: "Array index out of bounds" [debug] Accessing element at index 65535 past array upper bound 999 [debug] AMX backtrace: [debug] #0 0003b8f4 in public OnPlayerDeath (...
117
Thank you. Now I will know in the future what would be the problem and how it can be solved. Reputation added. Thank you again
100
It did not give any error when compiling, but it still says Error: Nisi policajac which means you're not a cop but w/e, it doesn't let me take weapons
100
Код: if(newkeys & KEY_SECONDARY_ATTACK) { if(IsPlayerInRangeOfPoint(playerid, 2.0, 1999.0267,-1993.7751,17.0041)) { if(GetPlayerSkin(playerid)!=284 | 283) return SendClient...
100
Could you help me about this; I made; SetPlayerAttachedObject(playerid, 1, 18637, 5); in OnPlayerSpawn then in OnPlayerCommandText EditAttachedObject(playerid, 1); with the command /shield and about t...
130
So, like this: Код: SetPlayerAttachedObject(playerid, 1, 18637, 5)); EditAttachedObject(playerid, 1); public OnPlayerEditedAttachedObject(playerid, response, index, modelid, boneid, Float:fOffsetX...
130
I'm a bit confused here as I never used it before. SetPlayerAttachedObject(playerid, index, modelid, bone, Float:fOffsetX, Float:fOffsetY, Float:fOffsetZ, Float:fRotX, Float:fRotY, Float:fRotZ, Float...
130
Well, I don't really get you, but all I wanna do is, if I press any other button in that coordinate, it shouldnt happen anything, and if I press F for dialog, it should show; do i have to type at firs...
172
I'm just curious about this; Код: { if(! response ) { // what happens, if player clicks right button? } Do I really have to add something in there? If so, what exactly? Or, can I remove it?
172
Hello, so I've made like this: Код: if(newkeys & KEY_SECONDARY_ATTACK) { if(IsPlayerInRangeOfPoint(playerid, 2.0, 1085.3313,-1186.0193,18.3062)) { ShowPlayerDialog(playerid, 2, DI...
172