27.11.2014, 20:18
I fixed this but I get two warnings:
Quote:
C:\Users\Callum.Acer\Desktop\TestNCRP7\gamemodes\t est.pwn(414) : warning 202: number of arguments does not match definition C:\Users\Callum.Acer\Desktop\TestNCRP7\gamemodes\t est.pwn(414) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Warnings. |
Код:
format(coordsstring, sizeof(coordsstring),"Age: %d | Cash: $%d | Playing hours: %d | Meth: %d | Crack: %d | Pot: %d\n", GetPlayerName(targetid), sext, age, money, ptime, meth, crack, pot);