Raised This Month: $ Target: $400
 0% 

error 035: argument type mismatch (argument 1)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
rutger177
New Member
Join Date: Mar 2014
Old 03-29-2014 , 06:44   error 035: argument type mismatch (argument 1)
Reply With Quote #1

if(!isNumeric(tmp))
{
giveplayerid = ReturnUser(playerid, tmp);
12892: if(giveplayerid == INVALID_PLAYER_ID) This line
{
return 1;




dcmd_complain(playerid, params[])
{
new idx,id,giveplayerid,string[256],tmp[256],cmd[256],message[256];
tmp = strtok(params, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_ERROR, "USAGE: /complain (Name/Id) (complaint)");
return 1;
}
if(!isNumeric(tmp))
{
14373 giveplayerid = ReturnUser(playerid, tmp); This Line
if(giveplayerid == INVALID_PLAYER_ID)
{
return 1;
}



dcmd_setadmin(playerid, params[])
{
if (IsPlayerAdmin(playerid) || PlayerInfo[playerid][pAdminLevel] > 2){
new idx,Level,giveplayerid,string[256],tmp[256];
tmp = strtok(params, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_ERROR, "USAGE: /setadmin (Name/Id) (level) - Enter A Valid Name/Id");
return 1;
}
if(!isNumeric(tmp))
{
14456 giveplayerid = ReturnUser(playerid, tmp); This Line
if(giveplayerid == INVALID_PLAYER_ID)
{
return 1;
}



Plz Help my
rutger177 is offline
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:55.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode