Search Results
Quote: Originally Posted by Kalcor Who actually needs that? I'm lost. Are you continuing SAMP or not? You say SAMP is dying, it's because you are letting SAMP die yourself. SAMP stil...
117,300
What people really want from you is to show some interest and start developing for SA-MP again. There are still much ppl that play SA-MP, Some say SA-MP is declining players and then you separated pla...
117,300
Quote: Originally Posted by Swarn Code: if(playerData[playerid][playerLevel] < 5) return SendClientMessage(playerid, -1, "Your player level is not high enough"); ain't working
310
Quote: Originally Posted by Swarn Code: if(playerData[playerid][playerLevel] < 5) // 5 being an admin level If level is < (BELOW) 5 I want it to be like; If I type a command and...
310
Quote: Originally Posted by Y_Less You have code after "if" AND then braces. The braces should be attached directly to the if. Do you mean pawn Code: if(playerData[playerid][playerLeve...
310
Quote: Originally Posted by TheToretto Code: COMMAND:alog(playerid, params[]) { if ( playerData[playerid][playerLevel] < 2 ) return 0; if(playerData[playerid][showALog...
310
294 : pawn Code: COMMAND:playertokens(playerid, params[]){    if(playerData[playerid][playerLoggedIn])    {        if ( playerData[playerid][playerLevel] < 6 )        return SendClient...
310
pawn Code: E:\UCNR updated (Sultan)\pawno\include\cnr/cnr_admincommands.inc(67) : warning 225: unreachable codeE:\UCNR updated (Sultan)\pawno\include\cnr/cnr_admincommands.inc(294) : error 029: inval...
310
Quote: Originally Posted by Y_Less What is COLOR_WHITE? Defining color I guess? Have I used it wrong here? Assist me friend - Do I have to add -1 instead of COLOR_WHITE?
310
pawn Code: E:\UCNR updated (Sultan)\pawno\include\cnr/cnr_admincommands.inc(67) : warning 225: unreachable codeE:\UCNR updated (Sultan)\pawno\include\cnr/cnr_admincommands.inc(294) : error 029: inval...
310
Quote: Originally Posted by TheToretto Replace "return 1;" by "return playerFPS[playerid];" execute command twice in order to get it to work as the player's drunk level will be lower than ...
115
Quote: Originally Posted by TheToretto Your function returns no value except "true", either create a global FPS variable or return a value to the function. can u do it for me '-'?
115
pawn Код: / Calculate FPS    if ( iDrunkLevel < 100 ) SetPlayerDrunkLevel( playerid, 2000 );    else    {        if ( playerDrunkLevel[ playerid ] != iDrunkLevel )        {    Â...
115
Код: Users\Afaq PC\Downloads\PHCNR\pawno\include\cnr/cnr_anticheat.inc(119) : error 017: undefined symbol "adminchat" C:\Users\Afaq PC\Downloads\PHCNR\pawno\include\cnr/cnr_anticheat.inc(149) : er...
109
I need a /reports command which shows the last 10 reports in a dialog box including "Plaer" "Reported by" "Reason" - these three must be the headings. I'll give one of my admin commands pawn Код...
203,193
I need a /reports command which shows the last 10 reports in a dialog box including "Plaer" "Reported by" "Reason" - these three must be the headings. I'll give one of my admin commands pawn Код...
90
Quote: Originally Posted by DarkBr TRY, compile PHP код: CMD:admins(playerid) {      new count=0, PlayerName[MAX_PLAYER_NAME], rankname[32],color[100];      new list1...
175
Quote: Originally Posted by d3ll Problem is mate you've put the 'no admin' handler inside the loop - example, when the loop starts from player 0 if he isn't administrator it terminates bec...
175