Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

argument type mismatch

$
0
0
Code:

C:\Users\Melktert\Desktop\gtasa_deathmatch\gamemodes\lsdm.pwn(417) : error 035: argument type mismatch (argument 2)
C:\Users\Melktert\Desktop\gtasa_deathmatch\gamemodes\lsdm.pwn(419) : error 035: argument type mismatch (argument 2)
C:\Users\Melktert\Desktop\gtasa_deathmatch\gamemodes\lsdm.pwn(421) : error 035: argument type mismatch (argument 2)
C:\Users\Melktert\Desktop\gtasa_deathmatch\gamemodes\lsdm.pwn(434) : error 035: argument type mismatch (argument 2)
C:\Users\Melktert\Desktop\gtasa_deathmatch\gamemodes\lsdm.pwn(436) : error 035: argument type mismatch (argument 2)
C:\Users\Melktert\Desktop\gtasa_deathmatch\gamemodes\lsdm.pwn(451) : error 035: argument type mismatch (argument 2)
C:\Users\Melktert\Desktop\gtasa_deathmatch\gamemodes\lsdm.pwn(452) : error 035: argument type mismatch (argument 2)
C:\Users\Melktert\Desktop\gtasa_deathmatch\gamemodes\lsdm.pwn(463) : error 035: argument type mismatch (argument 3)

Line 417:
PHP Code:

        if(!IsPlayerAdmin(playerid)) return SendClientMessage(playeridCOL_WHITE"[SERVER] ERROR: {FFFFFF}You need to be logged into RCON to do this."); 

Line 419:
PHP Code:

        if(sscanf(params,"ud",id,level)) return SendClientMessage(playeridCOL_WHITE"[SERVER] USAGE: {FFFFFF}/setadmin id level"); 

Line 421:
PHP Code:

        if(level 5) return SendClientMessage(playeridCOL_WHITE"SERVER] ERROR: {FFFFFF}The level you entered is too high (Max 5)"); 

Line 434:
PHP Code:

    if(PlayerInfo[playerid][pAdmin] > 1) return SendClientMessage(playeridCOL_WHITE"SERVER] ERROR: {FFFFFF}Insufficient privileges"); 

Line 436:
PHP Code:

    if(sscanf(params,"us[128]",id,reason)) return SendClientMessage(playeridCOL_WHITE"[SERVER] USAGE: {FFFFFF}/kick id reason"); 

Line 451:
PHP Code:

    if(PlayerInfo[playerid][pAdmin] > 3) return SendClientMessage(playeridCOL_WHITE"[SERVER] ERROR: {FFFFFF}Insufficient privileges"); 

Line 452:
PHP Code:

    if(sscanf(params,"us[128]",id,reason)) return SendClientMessage(playeridCOL_WHITE"[SERVER] USAGE: {FFFFFF}/ban id reason"); 

Line 463:
PHP Code:

                INI_WriteString(File,"Banned",1); 


Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>