05.03.2014, 18:12
public OnPlayerSpawn(playerid)
{
SetPlayerSkin(170);
GetPlayerMoney(10000);
SetPlayerScore(2);
return 1;
}
Is that right?
I am trying to set there skin
Give them money
and set there level
And i get these Warnings:
C:\Users\Gamer\Desktop\Goodly\gamemodes\Millenium. pwn(135) : warning 202: number of arguments does not match definition
C:\Users\Gamer\Desktop\Goodly\gamemodes\Millenium. pwn(137) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
{
SetPlayerSkin(170);
GetPlayerMoney(10000);
SetPlayerScore(2);
return 1;
}
Is that right?
I am trying to set there skin
Give them money
and set there level
And i get these Warnings:
C:\Users\Gamer\Desktop\Goodly\gamemodes\Millenium. pwn(135) : warning 202: number of arguments does not match definition
C:\Users\Gamer\Desktop\Goodly\gamemodes\Millenium. pwn(137) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.