06.07.2013, 06:44
Ok, same issue as always, so i'll just post the code and errors here. There's obviously something i'm doing wrong, and you guys have always managed to point out the small things i've missed :3
Код:
C:\Users\Jay\Desktop\GangWarsV.0.1.B\gamemodes\GWDMv1.pwn(1162) : error 035: argument type mismatch (argument 2)
Код:
case 36..39: { new playername[MAX_PLAYER_NAME]; GetPlayerName(playerid, playername, MAX_PLAYER_NAME); if(!strfind("[o_O]", true) == 0) { SendClientMessage(playerid, COLOR_LIGHTBLUE, "You are not in Owl Balistics!"); SetPlayerTeam(playerid, TEAM_RAPPERS); } SetPlayerPos(playerid,2752.8835,-2513.6389,25.7914); SetPlayerCameraPos(playerid,2753.1050,-2519.0244,26.6926); SetPlayerCameraLookAt(playerid,2752.8835,-2513.6389,25.7914); SetPlayerFacingAngle(playerid,180.0); GameTextForPlayer(playerid, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~y~[o_O] Owl Balistics", 3000, 3); ApplyAnimation(playerid,"GYMNASIUM", "GYMshadowbox",4.0,1,1,1,1,1); }